projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7246382
)
Jim Meyering <meyering at redhat.com>
author
Glenn Morris
<rgm@gnu.org>
Thu, 7 Feb 2008 06:54:39 +0000
(06:54 +0000)
committer
Glenn Morris
<rgm@gnu.org>
Thu, 7 Feb 2008 06:54:39 +0000
(06:54 +0000)
[lint]: Don't include <sys/inode.h>.
src/ChangeLog
patch
|
blob
|
history
src/lread.c
patch
|
blob
|
history
diff --git
a/src/ChangeLog
b/src/ChangeLog
index 57529787a910bc0bf2a0273c832f9f976fab3d10..9fcc90c2391d5ff5b2be5a3d1155e651c53dcfb9 100644
(file)
--- a/
src/ChangeLog
+++ b/
src/ChangeLog
@@
-1,3
+1,7
@@
+2008-02-07 Jim Meyering <meyering@redhat.com>
+
+ * lread.c [lint]: Don't include <sys/inode.h>.
+
2008-02-07 Stefan Monnier <monnier@iro.umontreal.ca>
* xselect.c (x_handle_dnd_message):
diff --git
a/src/lread.c
b/src/lread.c
index 24805abb4ebf2d79daa672ea641f6e30ea221ecd..dc8684eb05c2d8b9a65e2177ea662441b7a07932 100644
(file)
--- a/
src/lread.c
+++ b/
src/lread.c
@@
-42,10
+42,6
@@
Boston, MA 02110-1301, USA. */
#include "coding.h"
#include "blockinput.h"
-#ifdef lint
-#include <sys/inode.h>
-#endif /* lint */
-
#ifdef MSDOS
#if __DJGPP__ < 2
#include <unistd.h> /* to get X_OK */